internal/runtime/maps.Map.growToTable (method)

8 uses

	internal/runtime/maps (current package)
		map.go#L517: 		m.growToTable(typ)
		map.go#L608: func (m *Map) growToTable(typ *abi.MapType) {
		runtime.go#L249: 		m.growToTable(typ)
		runtime_fast32.go#L232: 		m.growToTable(typ)
		runtime_fast32.go#L372: 		m.growToTable(typ)
		runtime_fast64.go#L233: 		m.growToTable(typ)
		runtime_fast64.go#L411: 		m.growToTable(typ)
		runtime_faststr.go#L300: 		m.growToTable(typ)